[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Int 21 Fn E3 - Novell Netware - File Server - Get Logical Records By Con [N]
AH = E3h subfn DFh
DS:SI -> request buffer (see below)
ES:DI -> reply buffer (see below)
Return: AL = status
00h successful
C6h no console rights
Notes: this function is supported by Advanced NetWare 2.1+
the calling workstation must have console operator privileges
See Also: AH=E3h/SF=C8h,AH=E3h/SF=DDh,AH=E3h/SF=E0h,AH=E3h/SF=E2h
Format of request buffer:
Offset Size Description
00h WORD 0005h (length of following data)
02h BYTE DFh (subfunction "Get Logical Records By Connection")
03h WORD (big-endian) logical connection number
05h WORD (big-endian) last record seen (0000h on first call)
Format of reply buffer:
Offset Size Description
00h WORD (call) size of following results record (max 1FEh)
02h WORD next request record (place in "last record" field on next call)
0000h if no more locked records
09h BYTE number of records following
0Ah var array of Logical Lock Information Records (see below)
Format of Logical Lock Information Record:
Offset Size Description
00h BYTE task number
01h BYTE lock status (see AH=E3h/SF=DDh)
02h BYTE length of logical lock's name
03h N BYTEs logical lock's name
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson